Class ExtremumSpanningTree
java.lang.Object
edu.claflin.finder.algo.Algorithm
edu.claflin.finder.algo.spanningtree.ExtremumSpanningTree
- All Implemented Interfaces:
Processable<Graph,Graph>
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.claflin.finder.algo.Algorithm
Algorithm.GraphSortOrder -
Field Summary
FieldsFields inherited from class edu.claflin.finder.algo.Algorithm
args, PROP_PROGRESS -
Constructor Summary
ConstructorsConstructorDescriptionExtremumSpanningTree(ArgumentsBundle bundle) Public constructor for initializing the Extremum Spanning Tree finder with default conditions. -
Method Summary
Methods inherited from class edu.claflin.finder.algo.Algorithm
addPropertyChangeListener, cull, getGraphSortOrder, getMinNodeCount, getPartiteNumber, getWeightName, removePropertyChangeListener, setGraphSortOrder, setMinNodeCount, setPartiteNumber, setProgress, setWeightName, zeropadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.claflin.finder.logic.processor.Processable
process
-
Field Details
-
max
protected boolean max -
threshold
-
-
Constructor Details
-
ExtremumSpanningTree
Public constructor for initializing the Extremum Spanning Tree finder with default conditions.- Parameters:
bundle- the ArgumentsBundle containing the instantiation arguments.
-
-
Method Details
-
getName
-
edgeMeetsThreshold
-